GenerativeComponents Help

End-of-line comment

An end-of-line comment begins with the symbol // (two consecutive slash characters) and continues through the end of the line.

Example

Print((temperature – 32) / 1.8);  // Print the result as degrees Celsius.